home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: Essential Home & Business / PC-SIG - Essential Home and Business Collection.iso / 28 / 5 / 4 / PSREAD.ME < prev    next >
Text File  |  1991-09-20  |  10KB  |  216 lines

  1.          USING POSTSCRIPT WITH PC-WRITE STANDARD 2.0. 
  2.          
  3.          PC-Write Standard Level 2.0, has limited PostScript 
  4.          support.  Since it is not directly integrated into the 
  5.          program, you will need to set up your environment to 
  6.          work with a PostScript printer.  
  7.  
  8.          First you need to determine the type of PostScript user 
  9.          you are and follow the corresponding instructions.  If 
  10.          you are a single user printing to a PostScript printer 
  11.          such as an Apple laserwriter or QMS PS printer, follow 
  12.          the SINGLE USER instructions.  If you are printing to a 
  13.          PostScript printer on a network, follow the NETWORKED 
  14.          USER instructions.  If you are printing to a HP LaserJet 
  15.          with a PostScript cartridge, or a printer with a 
  16.          PostScript emulation, follow the NEW USER instructions. 
  17.          
  18.          
  19.          SINGLE USER: 
  20.          
  21.          You will need four files from the original Printer disk 
  22.          to interface PC-Write with your PostScript printer. 
  23.          These are a PostScript initializing file, PSDOWN.INI, a 
  24.          PostScript terminating file, PSDOWN.FIN, a PostScript 
  25.          print control file, PS.DEF, and PSNORM.ADD.  
  26.          
  27.          Copy the files PSDOWN.INI, PSDOWN.FIN PSNORM.ADD and 
  28.          PS.DEF to your working directory or a work disk.  At the 
  29.          DOS prompt of your working directory or work disk type: 
  30.          
  31.                 COPY PS.DEF+PSNORM.ADD PR.DEF
  32.  
  33.          to create the PostScript file and give it the default 
  34.          print control file name, PR.DEF.  See the PC-Write 
  35.          Reference Manual for details on using more than one 
  36.          print control file or printer. 
  37.  
  38.          Now that you have the necessary files in your working 
  39.          directory or on a work disk, you are ready to perform 
  40.          the steps to print a file on the PostScript printer. 
  41.  
  42.          First you must send PSDOWN.INI to the printer.  We 
  43.          suggest using the DOS print command rather than the copy 
  44.          command, to ensure that the file is downloaded 
  45.          correctly, using XON/XOFF protocol if necessary. 
  46.  
  47.          PSDOWN.INI stays resident in the printer until 
  48.          PSDOWN.FIN is sent.  This allows you to continue 
  49.          printing with PC-Write without downloading PSDOWN.INI 
  50.          each time.  If for some reason you wish to reset the 
  51.          PostScript printer each time you print, follow the 
  52.          instructions for a NETWORKED USER. 
  53.  
  54.          TO INITIALIZE THE PRINTER: 
  55.          Change to the directory or drive where PSDOWN.INI is 
  56.          located and type:     
  57.  
  58.                 PRINT PSDOWN.INI 
  59.  
  60.          The DOS print command must be on your path, and you may 
  61.          need to specify the correct output port. 
  62.  
  63.          You can now print normally with PC-Write.  Remember that 
  64.          you cannot print with other software programs until you 
  65.          reset the printer with PSDOWN.FIN.
  66.          
  67.          TO RESET THE PRINTER: Change to the directory or drive 
  68.          where PSDOWN.FIN is located and type: 
  69.  
  70.                 PRINT PSDOWN.FIN 
  71.  
  72.          The DOS print command must be on your path, and you may 
  73.          need to specify the correct output port. 
  74.  
  75.          Your PostScript printer may take 30 to 45 seconds to 
  76.          reset.  Once the busy light stops flashing, you can print 
  77.          with other software programs or redownload PSDOWN.INI to 
  78.          print again with PC-Write. 
  79.  
  80.          Print the file PSPRINT.TST to see your font assignments in 
  81.          PC-Write.  DO NOT TRY TO PRINT PRINT.TST.  The X font line 
  82.          in this file will cause the printer to hang.  If you 
  83.          accidentally print this file, you must turn the printer off 
  84.          and on, then start anew. 
  85.  
  86.          NETWORKED USER: 
  87.          
  88.          You will need three files from the original Printer disk 
  89.          to interface PC-Write with your PostScript printer. 
  90.          These are a PostScript initializing file, PSDOWN.INI, a 
  91.          PostScript print control file, PS.DEF, and PSNET.ADD.  
  92.          
  93.          Copy the files PSDOWN.INI, PSNET.ADD and PS.DEF to your 
  94.          working directory or a work diskette.  At the DOS prompt 
  95.          of your working directory or work disk type: 
  96.  
  97.                 COPY PS.DEF+PSNET.ADD PR.DEF 
  98.  
  99.          to create the PostScript file and give it the default 
  100.          print control file name, PR.DEF.  See the PC-Write 
  101.          Reference Manual for details on using more than one 
  102.          print control file or printer. 
  103.  
  104.          Now that you have the necessary files in your working 
  105.          directory or on a work disk, you are ready to perform 
  106.          the steps to print a file on the PostScript printer. 
  107.  
  108.          You must send PSDOWN.INI to the printer each time you 
  109.          print with PC-Write.  You may wish to create a batch 
  110.          file to expedite this process.  We suggest using the DOS 
  111.          print command rather than the copy command, to ensure 
  112.          that the file is downloaded correctly.  You may need to 
  113.          substitute your network print command for the DOS print 
  114.          command.  Also, you may need to specify the PostScript 
  115.          printer's output port. 
  116.  
  117.          TO INITIALIZE THE PRINTER: Change to the directory or 
  118.          drive where PSDOWN.INI is located and type:     
  119.  
  120.                 PRINT PSDOWN.INI 
  121.  
  122.          The DOS print command must be on your path, and you may 
  123.          need to specify the correct output port. 
  124.  
  125.          You can now print normally with PC-Write.  The printer 
  126.          is reset each time you print with PC-Write, however this 
  127.          may take 30 to 45 seconds.  
  128.          
  129.          Print the file PSPRINT.TST to see your font assignments 
  130.          in PC-Write.  DO NOT TRY TO PRINT PRINT.TST.  The X font 
  131.          line in this file will cause the printer to hang.  If 
  132.          you accidentally print this file, you must turn the 
  133.          printer off and on then start anew. 
  134.  
  135.          NEW USER:
  136.          
  137.          You will need three files from the original Printer disk 
  138.          to interface PC-Write with your PostScript printer. 
  139.          These are a PostScript initializing file, PSDOWN.INI, a 
  140.          PostScript print control file, PS.DEF, and PSNEW.ADD.  
  141.          
  142.          Copy the files PSDOWN.INI, PSNEW.ADD and PS.DEF to your 
  143.          working directory or a work disk.  At the DOS prompt of 
  144.          your working directory or work disk type: 
  145.  
  146.                 COPY PS.DEF+PSNEW.ADD PR.DEF 
  147.  
  148.          to create the PostScript file and give it the default 
  149.          print control file name, PR.DEF.  See the PC-Write 
  150.          Reference Manual for details on using more than one 
  151.          print control file or printer. 
  152.  
  153.          Now that you have the necessary files in your working 
  154.          directory or on a work disk, you are ready to perform 
  155.          the steps to print a file on the PostScript printer. 
  156.  
  157.          You must send PSDOWN.INI to the printer each time you 
  158.          print with PC-Write.  You may wish to create a batch 
  159.          file to expedite this process.  We suggest using the DOS 
  160.          print command rather than the copy command, to ensure 
  161.          that the file is downloaded correctly. 
  162.  
  163.          TO INITIALIZE THE PRINTER: Change to the directory or 
  164.          drive where PSDOWN.INI is located and type:     
  165.  
  166.                 PRINT PSDOWN.INI 
  167.  
  168.          The DOS print command must be on your path, and you may 
  169.          need to specify the correct output port. 
  170.  
  171.          You can now print normally with PC-Write.  The printer 
  172.          is reset each time you print with PC-Write, however this 
  173.          may take 30 to 45 seconds.  
  174.          
  175.          Print the file PSPRINT.TST to see your font assignments 
  176.          in PC-Write.  DO NOT TRY TO PRINT PRINT.TST.  The X font 
  177.          line in this file will cause the printer to hang.  If 
  178.          you accidentally print this file, you must turn the 
  179.          printer off and on, then start anew. 
  180.  
  181.          COMMON PROBLEMS:
  182.          
  183.          1.  If fifteen pages of code print out when you download 
  184.          PSDOWN.INI, either you are a single user and have 
  185.          already printed this file (in which case you must reset 
  186.          the printer by turning it off or sending PSDOWN.FIN); or 
  187.          the printer is NOT in PostScript mode.  This is very 
  188.          common with printers with more than one emulation mode.  
  189.          Consult your printer manual for information on changing 
  190.          to PostScript mode. 
  191.    
  192.          2.  Only the first page of a multipage document prints 
  193.          out.  Usually this means that your printer expects 
  194.          XON/XOFF protocol.  Refer to the PC-Write Reference 
  195.          Manual for information on printing to device names in 
  196.          PC-Write that use XON/XOFF protocol. 
  197.    
  198.          3.  Your file never prints. First be patient, PostScript 
  199.          printers are often very slow, especially if you use a 
  200.          lot of formatting or font commands.  If your file still 
  201.          has not printed after five minutes, you may need to 
  202.          follow the instructions for a NEW USER.  The PSNEW.ADD 
  203.          file has special commands that signal the end of a print 
  204.          job, and force the printer to print.  Unfortunately, 
  205.          this may cause endless paper feeding on an Apple 
  206.          laserwriter. Also, you  must download PSDOWN.INI to the 
  207.          printer each time you print. 
  208.    
  209.          4.  Your file never prints.  Make sure that you are 
  210.          printing to the proper output port.  PC-Write prints to 
  211.          PRN by default, which is usually assigned to the first 
  212.          parallel port.  If your printer is connected serially, 
  213.          or to another parallel port, see your PC-Write Reference 
  214.          Manual for information on printing to different ports. 
  215.          
  216.